Skip to content

Latest commit

 

History

History

1. Finding Strings

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Finding Strings

Looking for useful strings (here, a licence key) within a compiled binary.

Execution

# Build
make

# Run and analyze
./register

# Examine the output
strings ./register

# Find the key of the form XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
./register XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

Made with ❤ by Param.